POV-Ray : Newsgroups : povray.unofficial.patches : Watcom joined family : Re: Watcom joined family Server Time
2 May 2024 00:38:27 EDT (-0400)
  Re: Watcom joined family  
From: ABX
Date: 28 Feb 2003 09:53:14
Message: <18qu5v0b9uf1amnnpum810vr8upmr5qgh1@4ax.com>
On Fri, 28 Feb 2003 14:47:21 +0100, Micha Riser <mri### [at] gmxnet> wrote:
> > From this list, at least one quite important thing is
> > missing: -fomit-frame-pointer. There are a few other things to tweak, but
> > the impact of not generating EBP-based stack frames outweighs all the
> > rest.
>
> I'm missing the -ffast-math flag which should have quite some impact as 
> well.

Ok. I added -fommit-frame-pointer, droped file output and tried again with:

megapov.exe +Iglowlits.pov +GAoutput.txt +W640 +H480 -A -J0.0 -FN -D

  dmc:     329
  mingw:   299
  borland: 264
  djgpp:   204
  watcom:  185

then I added -ffast-math to mingw and djgpp:

  dmc:     329
  borland: 264
  mingw:   256
  watcom:  185
  djgpp:   169

what are next suggestions ?

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.